Helpful Information
 
 
Category: PostgreSQL
PostgreSQL -> MySQL script conversion

I am looking for help converting PostgreSQL to MySQL on the following script.

From what I can tell pg_pconnect should by mysql_connect
pg_query = mysql_query
pg_numrows
pg_fetch_array = mysql_fetch_array

http://www.drunkmenworkhere.org/185.phps

Can anyone provide assistance coding this to be MySQL compatible?










privacy (GDPR)